﻿using System;
using System.Collections;
using System.Collections.Generic;
using System.Windows.Forms;
$usingItems$
namespace $safeprojectname$
{
    public partial class MyTaskPane : UserControl
    {
        public MyTaskPane()
        {
            InitializeComponent();
        }
    }
}
